type go.pact.im/x/process.startStopRunner

3 uses

	go.pact.im/x/process (current package)
		task.go#L116: 	return &startStopRunner{startInBackground, gracefulStop}
		task.go#L119: type startStopRunner struct {
		task.go#L124: func (r *startStopRunner) Run(ctx context.Context, callback Callback) error {